home *** CD-ROM | disk | FTP | other *** search
- /*
- * Generated by class-dump.
- *
- * class-dump is Copyright 1992 by Eric P. Scott. All rights reserved.
- * Freely redistributable; noncommercial usage permitted.
- *
- * No part of this software may be incorporated into any product
- * sold for profit without the express permission of the copyright
- * holder.
- */
-
- /* Undocumented classes from the shared libraries */
-
- /* Edited extensively by Carl Edman */
-
- #import <appkit/appkit.h>
-
- @class NXRTFD, NXCleanList, NXGraphicCell, NXPropertyList;
-
- struct unknownenum
- {
- int integer1;
- };
-
- @interface NXPropertyList:Object
- {
- struct unknown *table;
- }
- - (BOOL)enumerate:(struct unknownenum *)fp16 key:(id *)fp20 value:(id *)fp24;
- - (struct unknownenum)initEnumeration;
- - empty;
- - remove:fp16;
- - insert:fp16 value:fp20;
- - get:fp16;
- - (BOOL)member:fp16;
- - (unsigned int)count;
- - free;
- - init;
- @end
-
- @protocol NXPropertyList
- - (BOOL)enumerate:(struct unknownenum *)fp16 key:(id *)fp20 value:(id *)fp24;
- - (struct unknownenum)initEnumeration;
- - empty;
- - remove:fp16;
- - insert:fp16 value:fp20;
- - get:fp16;
- - (BOOL)member:fp16;
- - (unsigned int)count;
- @end
-
- @interface NXRTFD:NXPropertyList
- {
- }
- - (int)validatePath:(STR)fp16 ignore:fp20;
- - addData:(void *)fp16 length:(unsigned int)fp20 name:(STR)fp24 result:(STR)fp28;
- - copy;
- - copyFromZone:(NXZone *)fp16;
- - copy:(STR)fp16 into:fp20 result:(STR)fp24;
- - removeFile:(STR)fp16;
- - (NXStream *)streamForFile:(STR)fp16;
- - (NXStream *)streamForFile:(STR)fp16 closeOption:(int *)fp20;
- - addLink:(STR)fp16 result:(STR)fp20;
- - addFile:(STR)fp16 result:(STR)fp20;
- - addCommon:(STR)fp16 result:(STR)fp20 docInfo:fp24 value:fp28 zone:(NXZone *)fp32;
- - replaceFile:(STR)fp16 path:(STR)fp20;
- - replaceFile:(STR)fp16 data:(void *)fp20 length:(unsigned int)fp24;
- - getDocument:(STR)fp16 docInfo:fp20;
- - uniqueKey:fp16;
- - createUniqueKey:fp16;
- - createRandomKey:fp16;
- - initFromSerialized:(void *)fp16 length:(unsigned int)fp20;
- - freeSerialized:(void *)fp16 length:(unsigned int)fp20;
- - serialize:(void **)fp16 length:(unsigned int *)fp20;
- - sortedKeys;
- - (int)saveTo:(STR)fp16 removeBackup:(BOOL)fp20 errorHandler:fp24;
- - (int)saveToDocument:(STR)fp16 removeBackup:(BOOL)fp20 errorHandler:fp24;
- - (int)internalSaveTo:fp16 removeBackup:(BOOL)fp20 errorHandler:fp24;
- - tmpNameFromPath:fp16;
- - tmpNameFromPath:fp16 extension:(STR)fp20;
- - nameFromPath:fp16 extra:fp20;
- - (int)internalSaveTo:fp16 removeBackup:(BOOL)fp20 errorHandler:fp24 temp:fp28 backup:fp32;
- - (int)internalWritePath:fp16 errorHandler:fp20;
- - (int)writePath:fp16 docInfo:fp20 errorHandler:fp24;
- - (int)initFromDocument:(STR)fp16;
- - (int)initUnixFile:(STR)fp16;
- - setPackage:(BOOL)fp16;
- - (BOOL)isPackage;
- @end
-
- @interface NXGraphicCell:Cell
- {
- }
- + initialize;
- - readRichText:(NXStream *)fp16 forView:fp20;
- - writeRichText:(NXStream *)fp16 forView:fp20;
- - free;
- - calcCellSize:(NXSize *)fp16;
- - drawSelf:(NXRect *)fp16 inView:fp20;
- - image;
- - setImageNamed:(STR)fp16 forView:fp20;
- - (BOOL)trackMouse:(NXEvent *)fp16 inRect:(NXRect *)fp20 ofView:fp24;
- - highlight:(NXRect *)fp16 inView:fp20 lit:(BOOL)fp24;
- @end
-
- @interface NXCleanList:List
- {
- }
- - free;
- @end
-